Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Panel-Related Constants and Data Types


Printing Panel Kinds

The printing panel kinds enumeration provides constants for use in the panelKind field of the panel setup structure, which is described in the previous section.

enum {
  gxApplicationPanel= (gxPrintingPanelKind) 0,
  gxExtensionPanel  = (gxPrintingPanelKind) 1,
  gxDriverPanel     = (gxPrintingPanelKind) 2
};
typedef long gxPrintingPanelKind;
Constant descriptions

gxApplicationPanel

A panel created for an application.
gxExtensionPanel
A panel created for a printing extension.
gxDriverPanel
A panel created for a printer driver.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help